home *** CD-ROM | disk | FTP | other *** search
- ///////////////////////////////////////////////////////////////////////////////
- // FILENAME: ChooseEncoding.h
- // SUMMARY: Interface for a Tool-based UI for eText HTML Encoders
- // SUPERCLASS: Object
- // INTERFACE: None
- // PROTOCOLS: <Tool>
- // AUTHOR: Rohit Khare
- // COPYRIGHT: (c) 1994 California Institure of Technology, eText Project
- ///////////////////////////////////////////////////////////////////////////////
- // DESCRIPTION: This is a custom class designed to provide a UI for a
- // UI-less hook of eText: allowing the user to choose between different
- // encoding tables for HTML character mappping.
- ///////////////////////////////////////////////////////////////////////////////
- // HISTORY
- // 10/31/94: Created. Implemented in just minutes, from scratch.
- ///////////////////////////////////////////////////////////////////////////////
-
- #import "eText.subproj/eText.Class.h"
-
- @interface ChooseEncoding:Object <Tool>
- {
- }
-
- @end